home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING001
-
- ;------------------------------------------------------------------------------
-
- :LABEL001
- Color 7
- GetUser
- If (U_Expert == 0) Then
- Cls
- DispFile PPEPath() + "ASCII.MNU", 0
- Endif
- PrintLn "┌──[Conference: @CONFNAME@─ - -"
- Print "└───[Minutes Left: @MINLEFT@ ]─[COMMAND: "
- :LABEL002
- InputStr "_", STRING001, "@X0F", 65, Mask_Ascii(), 0 + 16
- Tokenize STRING001
- If (STRING001 == "") Then
- If (U_Expert == 0) Goto LABEL002
- Endif
- Newline
- Command 1, STRING001
- GetUser
- If (U_Expert == 0) Then
- Newline
- Wait
- Endif
- Newline
- STRING001 = ""
- Goto LABEL001
- End
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 1 End
- ; 1 Cls
- ; 1 Wait
- ; 1 Color
- ; 5 Goto
- ; 1 Let
- ; 1 Print
- ; 1 PrintLn
- ; 4 If
- ; 1 DispFile
- ; 2 GetUser
- ; 1 InputStr
- ; 3 Newline
- ; 1 Tokenize
- ; 1 Command
- ;
- ;
- ; ■ Functions used :
- ;
- ; 2 +
- ; 4 ==
- ; 3 !
- ; 1 Mask_Ascii()
- ; 1 PPEPath()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : No flag
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 3 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-